home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Toronto / Postcard CD: Toronto (2004).iso / pc / 5lang.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  2002-01-10  |  275 b   |  17 lines

  1. global language
  2.  
  3. on mouseEnter me
  4.   cursor(280)
  5.   set the memberNum of sprite 13 to the memberNum of sprite 13 + 1
  6. end
  7.  
  8. on mouseLeave me
  9.   cursor(-1)
  10.   set the memberNum of sprite 13 to the memberNum of sprite 13 - 1
  11. end
  12.  
  13. on mouseUp me
  14.   language = 4
  15.   go(1, "IntroMov")
  16. end
  17.